国语国产精精品国产国语清晰对话-玩弄放荡人妻一区二区三区-美女100%视频免费观看-九九爱精品-亚洲国产欧美在线人成大黄瓜-综合网婷婷-欧美日韩一区二区三区不卡-干日本少妇首页-日本无遮羞调教惩罚网站-女人天堂久久爱av四季av-91麻豆vodafone精品-国产精品亚洲专区无码唯爱网-a免费网站免费观看-精品国偷自产在线视频99-国产成人精品手机在线观看-www.五月婷-性猛交xxxxx富婆免费视频-精品人妻大屁股白浆无码-日韩国产综合精选-亚洲乱乱

無法找到視圖文件,頁面模板:cms/tags.php

67.              $controllerLayout str_replace(File_TXT,'.html',$controllerLayout);
68.              if (file_exists($controllerLayout)) {
69.                  $this->template($controllerLayout);
70.              }else{
71.                  $f strpos($name,File_TXT)!==false $name $name.File_TXT;
72.                  Error_msg('無法找到視圖文件,頁面模板:'.$f);
73.              }
74.            
75.          }
76.          
77.          
62.      }
63. 
64.      // 渲染視圖
65.      public function display($name=null)
66.      {
67.          $this->_view->render($name);
68.      }
69.      
70.      // 獲取URL參數值
71.      public function frparam($str=null$int=0,$default FALSE$method null){
72.          
101.              $this->listpage $page->listpage;//分頁數組-自定義分頁可用
102.              $this->prevpage $page->prevpage;//上一頁
103.              $this->nextpage $page->nextpage;//下一頁
104.              $this->allpage $page->allpage;//總頁數
105.              
106.              $this->display($this->template.'/tags');
107.          }
108.          
109.          
110.      }
111.      
326.                  }
327.              
328.              }
329.          }
330.          $dispatch = new $controller($param);
331.          $dispatch->$actionName($param);
332.         
333.          
334.          
335.          
336.      }
89.          spl_autoload_register(array($this'loadClass'));
90.          $this->setDbConfig();
91.          $this->setReporting();
92.          $this->removeMagicQuotes();
93.          //$this->unregisterGlobals();
94.          $this->route();
95.          
96.      }
97. 
98.      // 路由處理
99.      public function route()
456. 
457.  // 加載配置文件
458.  $config = require(APP_PATH 'conf/config.php');
459. 
460.  //實例化核心類
461.  (new frphp($config))->run();
54.  // define('APP_LANG','zh_cn');
55.  //默認當前語言,英文
56.  // define('APP_LANG','en');
57. 
58.  // 加載框架文件
59.  require(APP_PATH 'frphp/fr.php');
60. 
61.  // 就這么簡單~
62.